Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

oauth: clean-up Slack post migration #6362

Merged
merged 2 commits into from
Jul 19, 2024
Merged

oauth: clean-up Slack post migration #6362

merged 2 commits into from
Jul 19, 2024

Conversation

spolu
Copy link
Contributor

@spolu spolu commented Jul 19, 2024

Description

Clean-up

Risk

None

Deploy Plan

  • deploy connectors

@spolu spolu requested review from flvndvd and fontanierh July 19, 2024 18:32
@spolu
Copy link
Contributor Author

spolu commented Jul 19, 2024

PMRR

@spolu spolu merged commit 74710f9 into main Jul 19, 2024
3 checks passed
@spolu spolu deleted the spolu-cleanup_slack branch July 19, 2024 18:40
Copy link
Contributor

@flvndvd flvndvd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

\o/ LGTM

@@ -28,8 +28,7 @@ import { ConnectorResource } from "@connectors/resources/connector_resource";
import { SlackConfigurationResource } from "@connectors/resources/slack_configuration_resource";
import type { DataSourceConfig } from "@connectors/types/data_source_config.js";

const { NANGO_SLACK_CONNECTOR_ID, SLACK_CLIENT_ID, SLACK_CLIENT_SECRET } =
process.env;
const { SLACK_CLIENT_ID, SLACK_CLIENT_SECRET } = process.env;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit would be nice to migrate those ones to the config pattern.

albandum pushed a commit that referenced this pull request Aug 28, 2024
* clean-up slac

* oauth: clean-up slack
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants